docs: add missing <variablelist> tags
authorStefan Kost <ensonic@users.sf.net>
Tue, 28 Jul 2009 08:21:49 +0000 (11:21 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 28 Jul 2009 08:21:49 +0000 (11:21 +0300)
Fixes docbook validation for these files.

docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml
docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml

index 2da6c3b2bde5fadbe7e01c083f112214102d3330..f55163fe015fb112d2c7c4dbb2cbe1ebb33199a0 100644 (file)
@@ -19,19 +19,21 @@ A GtkToolItem containing a button with an additional dropdown menu
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
-  <varlistentry>
-    <term>#GtkToolbar</term>
-    <listitem><para>The toolbar widget</para></listitem>
-    <term>#GtkToolButton</term>
-    <listitem>
-      <para>
-       The parent class of #GtkMenuToolButton. The properties
-       "label_widget", "label", "icon_widget", and "stock_id" on
-       #GtkToolButton determine the label and icon used on
-       #GtkMenuToolButton<!-- -->s.
-      </para>
-    </listitem>
-  </varlistentry>
+  <variablelist>
+    <varlistentry>
+      <term>#GtkToolbar</term>
+      <listitem><para>The toolbar widget</para></listitem>
+      <term>#GtkToolButton</term>
+      <listitem>
+        <para>
+          The parent class of #GtkMenuToolButton. The properties
+          "label_widget", "label", "icon_widget", and "stock_id" on
+          #GtkToolButton determine the label and icon used on
+          #GtkMenuToolButton<!-- -->s.
+        </para>
+      </listitem>
+    </varlistentry>
+  </variablelist>
 </para>
 
 <!-- ##### SECTION Stability_Level ##### -->
index 9582e0bfbbfce3d799e8d4b7b08bca43e99d6240..21a12e9decb731b79d2bec951d4b816c9c21ae49 100644 (file)
@@ -19,25 +19,27 @@ A GtkToolItem containing a toggle button
 <!-- ##### SECTION See_Also ##### -->
 
 <para>
-  <varlistentry>
-    <term>#GtkToolbar</term>
-    <listitem><para>The toolbar widget</para></listitem>
-    <term>#GtkToolButton</term>
-    <listitem>
-      <para>
-       The parent class of #GtkToggleToolButton. The properties
-       "label_widget", "label", "icon_widget", and "stock_id" on
-       #GtkToolButton determine the label and icon used on
-       #GtkToggleToolButton<!-- -->s.
-      </para>
-    </listitem>
-    <term>#GtkSeparatorToolItem</term>
-    <listitem>
-      <para>A subclass of #GtkToolItem that separates groups of
-       items on a toolbar.
-      </para>
-    </listitem>
-  </varlistentry>
+  <variablelist>
+    <varlistentry>
+      <term>#GtkToolbar</term>
+      <listitem><para>The toolbar widget</para></listitem>
+      <term>#GtkToolButton</term>
+      <listitem>
+        <para>
+          The parent class of #GtkToggleToolButton. The properties
+          "label_widget", "label", "icon_widget", and "stock_id" on
+          #GtkToolButton determine the label and icon used on
+          #GtkToggleToolButton<!-- -->s.
+        </para>
+      </listitem>
+      <term>#GtkSeparatorToolItem</term>
+      <listitem>
+        <para>A subclass of #GtkToolItem that separates groups of
+          items on a toolbar.
+        </para>
+      </listitem>
+    </varlistentry>
+  </variablelist>
 </para>
 
 <!-- ##### SECTION Stability_Level ##### -->